I O redirection - traduzione in olandese
Diclib.com
Dizionario in linea

I O redirection - traduzione in olandese

FORM OF INTERPROCESS COMMUNICATION, AND IS A FUNCTION COMMON TO MOST COMMAND-LINE INTERPRETERS, INCLUDING THE VARIOUS UNIX SHELLS THAT CAN REDIRECT STANDARD STREAMS TO USER-SPECIFIED LOCATIONS
Redirection operator; Redirection (Unix); Redirection (computing)

I O         
WIKIMEDIA DISAMBIGUATION PAGE
IO; Io (astronomy); I O; IO (disambiguation); Io (disambiguation); Io.; I.O.; IO (band); I o
input/ output, gegevens die worden gevoerd aan computer of worden ontleend aan de computer
input-output         
COMMUNICATION BETWEEN AN INFORMATION PROCESSING SYSTEM AND THE OUTSIDE WORLD
Input/Output Device; I/O interface; Input-output device; Quasi-bidirectional I/O; Input/output processing; I/O device; Read/write channel; Input and output; File io; Transput; I/O; Input/Output; I/o; User input; Output (computing); I/O hardware; I/O software; I/O operation; IO priority; Input output; Input and output devices; Input data; Input–output; Input-output
input-output (computersystemen die het toevoeren en de vertoning v. gegevens behandelen)
I O redirection      
input/output verwijzing, het verwijzen van informatie van het ene programma naar het andere of naar bestand inplaats van naar het scherm

Definizione

Io
·noun An exclamation of joy or triumph;
- often interjectional.

Wikipedia

Redirect (computing)

In computing, redirection is a form of interprocess communication, and is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations.

In Unix-like operating systems, programs do redirection with the dup2(2) system call, or its less-flexible but higher-level stdio analogues, freopen(3) and popen(3).